Skip to content

aix: install clang#4234

Open
abmusse wants to merge 2 commits intonodejs:mainfrom
abmusse:clang-aix
Open

aix: install clang#4234
abmusse wants to merge 2 commits intonodejs:mainfrom
abmusse:clang-aix

Conversation

@abmusse
Copy link
Contributor

@abmusse abmusse commented Feb 6, 2026

This PR installs precompiled clang binaries from IBM repo: https://github.com/IBM/llvm-project/releases

These changes install the clang frontend but there are some manual steps needed to install the clang backend as well.

If you don't have the clang backend installed you will run into an error like this:

$ /opt/clang+llvm-20.1.7-powerpc64-ibm-aix-7.2/bin/clang --version
Could not load program /opt/clang+llvm-20.1.7-powerpc64-ibm-aix-7.2/bin/clang:
        Dependent module /usr/lib/libc++.a(shr2_64.o) could not be loaded.
        Member shr2_64.o is not found in archive

Here are some refs on what needs to get installed Manually:

@abmusse abmusse changed the title aix: install clang on ci machines aix: install clang Feb 6, 2026
@abmusse abmusse marked this pull request as ready for review March 3, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant